uploadChunk

suspend fun uploadChunk(cacheId: Int, openStream: () -> <ERROR CLASS>, start: Long, end: Long)

Upload a chunk to a reserved cache id.

Unlike @actions/cache, end is exclusive

Sources

js source
Link copied to clipboard